Click or drag to resize

MessageFormatException Constructor (String)

Initializes a new instance of the MessageFormatException class with the specified error message.

Namespace:  Independentsoft.Email.Mime
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public MessageFormatException(
	string message
)

Parameters

message
Type: SystemString
Error description.
See Also